home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_75_pause-stop vid = .ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  491 b   |  19 lines

  1. on mouseEnter
  2.   set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
  3. end
  4.  
  5. on mouseDown
  6.   set the movieRate of sprite 7 to 0
  7.   set the member of sprite the currentSpriteNum to "stopdark"
  8.   updateStage()
  9. end
  10.  
  11. on mouseUp
  12.   set the puppet of sprite the currentSpriteNum to 0
  13.   updateStage()
  14. end
  15.  
  16. on mouseLeave
  17.   set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
  18. end
  19.